home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  2006-10-20  |  1.5 KB  |  82 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 340
  3.   Top = 364
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'password'
  7.   ClientHeight = 150
  8.   ClientWidth = 329
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblPassword: TResStaticText
  21.     Left = 16
  22.     Top = 16
  23.     Width = 83
  24.     Height = 17
  25.     TabOrder = 4
  26.     ResourceCaption = 20501
  27.   end
  28.   object lblConfirmPassword: TResStaticText
  29.     Left = 16
  30.     Top = 64
  31.     Width = 94
  32.     Height = 17
  33.     TabOrder = 5
  34.     ResourceCaption = 20500
  35.   end
  36.   object OKBtn: TResTeButton
  37.     Left = 66
  38.     Top = 114
  39.     Width = 100
  40.     Height = 25
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.     ResourceCaption = 20018
  45.   end
  46.   object CancelButton: TResTeButton
  47.     Left = 178
  48.     Top = 114
  49.     Width = 100
  50.     Height = 25
  51.     Cancel = True
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.     ResourceCaption = 20019
  55.   end
  56.   object edtPassword: TEdit
  57.     Left = 16
  58.     Top = 32
  59.     Width = 297
  60.     Height = 21
  61.     Color = clWhite
  62.     MaxLength = 1000
  63.     PasswordChar = '*'
  64.     TabOrder = 0
  65.   end
  66.   object edtConfirmPassword: TEdit
  67.     Left = 16
  68.     Top = 80
  69.     Width = 297
  70.     Height = 21
  71.     Color = clWhite
  72.     MaxLength = 1000
  73.     PasswordChar = '*'
  74.     TabOrder = 1
  75.   end
  76.   object ThemeForm: TTeForm2
  77.     ThemeObject = 'StandardDialog'
  78.     Left = 16
  79.     Top = 112
  80.   end
  81. end
  82.